@@ -1,5 +1,5 @@ |
||
1 | 1 |
[program:pollqueue] |
2 |
-command=/home/paiai/env/bin/python /home/paiai/work/thermometer/manage.py poll_queue |
|
2 |
+command=/home/paiai/envs/thermometer/bin/python /home/paiai/work/thermometer/manage.py poll_queue |
|
3 | 3 |
autostart=true |
4 | 4 |
autorestart=true |
5 | 5 |
startretries=3 |
@@ -1,5 +1,5 @@ |
||
1 | 1 |
[program:rlistlog] |
2 |
-command=/home/paiai/env/bin/python /home/paiai/work/thermometer/manage.py rlistlog --key=django:logit:thermometer --filename=/tmp/thermometer.logit.log |
|
2 |
+command=/home/paiai/envs/thermometer/bin/python /home/paiai/work/thermometer/manage.py rlistlog --key=django:logit:thermometer --filename=/tmp/thermometer.logit.log |
|
3 | 3 |
autostart=true |
4 | 4 |
autorestart=true |
5 | 5 |
startretries=3 |
@@ -1,5 +1,5 @@ |
||
1 | 1 |
[program:thermometer] |
2 |
-command=/home/paiai/env/bin/uwsgi --ini /home/paiai/work/thermometer/thermometer/deploy/thermometer.ini |
|
2 |
+command=/home/paiai/envs/thermometer/bin/uwsgi --ini /home/paiai/work/thermometer/thermometer/deploy/thermometer.ini |
|
3 | 3 |
autostart=true |
4 | 4 |
autorestart=true |
5 | 5 |
startretries=3 |
@@ -1,5 +1,5 @@ |
||
1 | 1 |
[program:thermometer2] |
2 |
-command=/home/paiai/env/bin/uwsgi --ini /home/paiai/work/thermometer/thermometer/deploy/thermometer2.ini |
|
2 |
+command=/home/paiai/envs/thermometer/bin/uwsgi --ini /home/paiai/work/thermometer/thermometer/deploy/thermometer2.ini |
|
3 | 3 |
autostart=true |
4 | 4 |
autorestart=true |
5 | 5 |
startretries=3 |